home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Bonus / Database / mysql-max-3.23.55.sit / mysql-max-3.23.55-apple-darwi.1 / mysql-test / r / fulltext.result < prev    next >
Encoding:
Text File  |  2003-01-21  |  762 b   |  32 lines  |  [TEXT/ttxt]

  1. a    b
  2. Only MyISAM tables    support collections
  3. Full-text indexes    are called collections
  4. a    b
  5. Full-text indexes    are called collections
  6. a    b
  7. Full-text indexes    are called collections
  8. Only MyISAM tables    support collections
  9. a    b
  10. Only MyISAM tables    support collections
  11. Function MATCH ... AGAINST()    is used to do a search
  12. some test foobar    implements vector space model
  13. id
  14. id
  15. id
  16. 3
  17. Table    Non_unique    Key_name    Seq_in_index    Column_name    Collation    Cardinality    Sub_part    Packed    Comment
  18. t2    1    tig    1    ticket    A    NULL    NULL    NULL    
  19. t2    1    tix    1    inhalt    A    NULL    1    NULL    FULLTEXT
  20. Table    Create Table
  21. t2    CREATE TABLE `t2` (
  22.   `ticket` int(11) default NULL,
  23.   `inhalt` text,
  24.   KEY `tig` (`ticket`),
  25.   FULLTEXT KEY `tix` (`inhalt`)
  26. ) TYPE=MyISAM
  27. ticket    inhalt
  28. ticket    inhalt
  29. 3    foobar
  30. ticket    inhalt
  31. 3    foobar
  32.